List out the pre-defined Macros in Erlang?
2395
14-Sep-2015
Sunil Singh
14-Sep-2015The pre-defined Macros in Erlang is
• ? Module: It returns the name of the current module
• ? Module_String: It returns the name of the current module, as a string
• ? File: It returns the current file name
• ? Line: It returns the current line number
• ? Machine: It returns the current machine name, ‘BEAM.’